CallingMessageInstructions

data class CallingMessageInstructions(val context: <Error class: unknown class>?, val callHostConversationId: <Error class: unknown class>, val messageString: String, val avsSelfUserId: <Error class: unknown class>, val avsSelfClientId: <Error class: unknown class>, val messageTarget: CallingMessageTarget)

Represents the instructions for sending a calling message.

Constructors

Link copied to clipboard
constructor(context: <Error class: unknown class>?, callHostConversationId: <Error class: unknown class>, messageString: String, avsSelfUserId: <Error class: unknown class>, avsSelfClientId: <Error class: unknown class>, messageTarget: CallingMessageTarget)

Properties

Link copied to clipboard
val avsSelfClientId: <Error class: unknown class>

The self client ID used by AVS.

Link copied to clipboard
val avsSelfUserId: <Error class: unknown class>

The self user ID used by AVS.

Link copied to clipboard
val callHostConversationId: <Error class: unknown class>

The ID of the conversation where the call is taking place.

Link copied to clipboard
val context: <Error class: unknown class>?

The pointer context for the message (optional).

Link copied to clipboard
val messageString: String

The content of the message.

Link copied to clipboard

The target for sending the message.